Welcome![Sign In][Sign Up]
Location:
Search - delphi thread

Search list

[Process-Threadthreadpool

Description: 一个DELPHI下线程池的示例!值得大家研究一下!-DELPHI under a sample thread pool! Worthwhile for us to look at!
Platform: | Size: 21504 | Author: alex | Hits:

[CommunicationSocket

Description: 一个用线程池的Socket 可以 自定义 线程个数-A thread pool using the Socket can customize the number of threads
Platform: | Size: 5120 | Author: 李志鹏 | Hits:

[Sniffer Package captureTCP_Sniffe

Description: 这是我在做硕士论文时编的一个小工具,比较简单,主要目的是捕捉网络封包,因为是小玩意,所以没有加入封包分析。 使用了线程技术对流经本机的封包进行截获并可记录到文件中,可以从源主机和目的主机来指定过滤。软件界面及其简单,一目了然。-This is my master s thesis at the time allocated to do a small tool that is relatively simple, the main aim is to capture network packets, because it is gadgets, there is no accession packet analysis. The use of technology on the thread running through the machine to intercept packets and records to a file, can be from the source host and destination host to specify the filter. Software interface and its simple, clear at a glance.
Platform: | Size: 219136 | Author: Zhao Genlin | Hits:

[OS programTestMultiThreadTimer

Description: MultiThread Timer for Delphi
Platform: | Size: 177152 | Author: ming | Hits:

[Special Effectspicshow[delphi]

Description: TPicShow is an image slider control with 171 transitional effects in pure Delphi code. The major characteristics of TPicShow are: Image transition can be controlled programmatically Image can be stretched or centered in the client area of the control Control can show a background image as centered, stretched, or tiled Transition process can use a separated thread New transitional effects can be easily implemented and added to the control TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, and metafile images (natively) from a blob field.
Platform: | Size: 1122304 | Author: sea | Hits:

[Windows DevelopDBIOCP(v1.0.0.2)

Description: IOCP服务器 内存池、线程池 性能不错-IOCP server memory pool, thread pool performance good
Platform: | Size: 418816 | Author: sdfsfsdf | Hits:

[Internet-Networkgetimage

Description: 利用线程搜索网页上的图片,然后用HTTP进行多线程下载-Search the Web using the thread on the picture, and then to multi-threaded HTTP download
Platform: | Size: 204800 | Author: | Hits:

[Delphi VCLDelphi22810324473124335819

Description: delphi线程专讲,对于delphi下多线程开发很有帮助-delphi thread specifically speaking, for the development of multi-threading under delphi helpful
Platform: | Size: 2134016 | Author: HuangJacky | Hits:

[Delphi/CppBuilderdelphi-in-a-nutshell.9781565926592.25234

Description: Overview of Delphi Object Pascal, units and libraries, data and string types, exception handling, file I/O, classes and objects, inheritance, constructors and destructors, interfaces, reference counting, Windows messages, memory management strategies, virtual method tables (VMTs), properties, using TypInfo, virtual and dynamic methods, automated methods and COM, Delphi type information and RTTI, concurrent programming with threads, synchronization, thread local storage techniques, Delphi language reference, system constants, operator reference, compiler directives, code samples, and programming tips.
Platform: | Size: 19062784 | Author: chane | Hits:

[Process-ThreadThreadPool

Description: delphi 实现的线程池类 直接可以拿来用-delphi thread pool
Platform: | Size: 7168 | Author: cygnus | Hits:

[Process-ThreadThread

Description: 这是一个多线程操作的例子,简单的示范了多线程的应用。-This is an example of multi-threaded operation, the simple model of the multi-threaded applications.
Platform: | Size: 3072 | Author: ICESKY | Hits:

[Windows DevelopThread.senior.program.code.DELPHI

Description: DELPHI高级程序Thread代码Thread senior program code for DELPHI -Thread senior program code for DELPHI
Platform: | Size: 3072 | Author: y | Hits:

[Process-ThreaddelphiThread

Description: delphi线程实例,源代码 delphi线程实例,源代码-delphi thread instance
Platform: | Size: 322560 | Author: 王强 | Hits:

[Process-ThreaduThreadPool

Description: 一个好用的delphi线程池,在自己的项目中用过,没有问题。-A nice delphi thread pool, used in their projects, no problem.
Platform: | Size: 8192 | Author: sky jiang | Hits:

[Process-ThreadDelphi-Thread-DOC

Description: delphi 多线程的设计与应用(文档) 很详细-delphi multithreading design and application (document) in detail
Platform: | Size: 2381824 | Author: wang yazhou | Hits:

[Delphi VCLDelphi-Thread

Description: 详细介绍Delphi中线程类的使用,其中包括线程同步与互斥的原理。-Detail using the thread class in Delphi, including thread synchronization and mutual exclusion principle.
Platform: | Size: 27648 | Author: zhoulan | Hits:

[Process-Threadasynccalls-thread-pool-example

Description: 利用多线程异步函数调用。 {版本:2.98(2011年10月22日)} {添加:德尔福XE264位的支持} {} {版本:2.97(2011-05-21)} {修正:线程的优先级恢复正常新AsyncCall任务。 } {修正:代替暂停/恢复代码,以防止竞争条件,在所有线程} {暂停但他们FSuspended标志是假的。 } {修正:异常处理TAsyncCall.InternExecuteSyncCall。退出()后不叫AN} {引发异常。 } -Asynchronous function calls utilizing multiple threads. { Version: 2.98 (2011-10-22) } { Added: Support for Delphi XE2 64bit } { } { Version: 2.97 (2011-05-21) } { Fixed: The thread priority wasn t reset to Normal for new AsyncCall tasks. } { Fixed: Replaced Suspend/Resume code to prevent a race condition where all threads are } { suspended but their FSuspended flag is false. } { Fixed: Exception handling in TAsyncCall.InternExecuteSyncCall. Quit() wasn t called after an } { exception was raised. }
Platform: | Size: 106496 | Author: xkyzmr | Hits:

[Delphi/CppBuilderDelphi-thread

Description: delphi 多线程程序设计,很好的线程开发教程!
Platform: | Size: 253952 | Author: 971142 | Hits:

[Delphi VCLDelphi-Thread-_Demo

Description: 1.Delphi中Thread基本应用演示; 2.多线程中传递参数演示(传递给线程4个参数,在线程处理中应用);-1.Delphi in Thread basic application demonstrates 2. Multiple threads pass parameters demo (4 parameters passed to the thread, the thread processing the application)
Platform: | Size: 172032 | Author: aiyatou | Hits:

[Delphi VCLthread

Description: 自己写的一个简单的delphi的线程程序,初学者可以看看,-To write a simple program delphi thread, beginners can take a look, thank you
Platform: | Size: 4096 | Author: xielongyu | Hits:
« 1 23 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net